Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications
queue-message
This function queues a message for later output by either the
Location:output-messagesorget-messagefunctions. A message group is user-defined and can be used by different parts of an application to queue related messages together.web\method\message.iParameters:INPUT p_grp AS CHARACTERThe message group into which messages will be queued.
INPUT p_message AS CHARACTERThe message text.
Returns: INTEGER Notes:
- The message text may contain HTML tags. However, if the message text might have characters that could be incorrectly interpreted as HTML tags, use the
html-encodefunction to ensure such characters are encoded so this does not happen.Examples:- All queued messages are output after the Web object specified in a URL returns. As such, messages do not remain queued between requests.
See also:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |